1 package com.puppycrawl.tools.checkstyle.checks.annotation.missingdeprecated;
2
3 import java.lang.annotation.Inherited;
4 /**
5 *
6 * @author idubinin
7 *@deprecated
8 *@deprecated
9 *stuff
10 *stuff
11 */
12 public class InputMissingDeprecatedClass
13 {
14
15 }